up: linux  
linux - nfsWhat links here?
How To Set Up an NFS Mount on Ubuntu 14.04
Mounting NFS on a Linux Client

Install nfs on host:
sudo apt install nfs-kernel-server


Set ownership of shared folder:
sudo chown nobody:nogroup /mnt/sharedfolder


Add the shared folder(s) to /etc/exports:
sudo nano /etc/exports


Multiple clients, by specifying an entire subnet that the clients belong to:
/mnt/sharedfolder <address range>(rw,sync,no_subtree_check)
<address range> should be a single address, or a range like 192.168.1.1/24

Export the shared folder(s):
sudo exportfs -a


Set up a mount point for an NFS share
sudo mkdir /mnt/foo


Perform mount:
sudo mount -o hard,nolock usa-node01:/mapr /mapr
linux - nfs
filename:linux - nfs
filename:linux%20%2D%20nfs
last edit:June 02 2019 11:36:53 (1799 days ago)
ct = 1714955427.000000 = May 05 2024 20:30:27
ft = 1559489813.000000 = June 02 2019 11:36:53
dt = 155465614.000000